Fix typo reqired -> required
authorSébastien Wilmet <swilmet@gnome.org>
Sun, 10 Mar 2013 16:22:26 +0000 (17:22 +0100)
committerSébastien Wilmet <swilmet@gnome.org>
Sun, 10 Mar 2013 16:22:26 +0000 (17:22 +0100)
docs/reference/gtk/compiling.sgml

index 827e408a4e7d1ec54c656bd2b33313ac4ada5db7..012cb70edab802e4b64e4eddde2f441bc32ed105 100644 (file)
@@ -67,7 +67,7 @@ this range will trigger compiler warnings.
 Here is how you would compile hello.c if you want to allow it
 to use symbols that were not deprecated in 3.2:
 <programlisting>
-$ cc -DGDK_VERSION_MIN_REQIRED=GDK_VERSION_3_2 `pkg-config --cflags --libs gtk+-3.0` hello.c -o hello
+$ cc -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_2 `pkg-config --cflags --libs gtk+-3.0` hello.c -o hello
 </programlisting>
 </para>